home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_332
/
BUTTONCONDACTION on(release, keyPress f).as
Wrap
Text File
|
2002-05-21
|
174b
|
13 lines
on(release, keyPress "f"){
if(money >= 50)
{
money -= 50;
flower += 1;
gotoAndPlay(286);
}
else
{
gotoAndStop(285);
}
}